From c636405b43af10750f4b8fffdbd240f7282513cb Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 27 May 1993 04:04:28 +0000 Subject: [PATCH] (display-time-day-and-date): Use defvar, not defconst. --- lisp/time.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/time.el b/lisp/time.el index 492552431eb..a1827f644a5 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -32,7 +32,7 @@ Default is system-dependent, and is the same as used by Rmail.") ;;;###autoload -(defconst display-time-day-and-date nil "\ +(defvar display-time-day-and-date nil "\ *Non-nil means \\[display-time] should display day and date as well as time.") (defvar display-time-process nil) -- 2.30.2